Platform Explorer / Nuxeo Platform 2023.10

Extension point configuration

Contribution Descriptors

  • Class: com.nuxeo.ecm.arender.core.ARenderDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-arender-core-2023.1.3.jar /OSGI-INF/nuxeo-arender-component.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <extension point="configuration" target="com.nuxeo.ecm.arender">
        <configuration>
          <previewerURL>${arender.server.previewer.host}</previewerURL>
          <oauth2 create="false">
            <clientId>arender</clientId>
            <clientSecret>${nuxeo.arender.oauth2.client.secret}</clientSecret>
            <redirectURI>${nuxeo.arender.oauth2.client.redirectURI}</redirectURI>
          </oauth2>
        </configuration>
      </extension>